------------------------------------------------------------------------------------
|   PHPMyStats v 4.0.3
|   ========================================
|   door MrASCII en Willem van Leeuwen
|   (c) 2004
|   http://www.mrascii.nl & http://www.willemvanleeuwen.nl
|   ========================================
------------------------------------------------------------------------------------

--------------------------------------------
   :: Short English Readme ::
--------------------------------------------
	This PHP script will count your visitors, and show info about their IPs, ISPs, 
	resolution and colors, browser type, plugins and more.
	The script is completely free and should stay that way.
	You are NOT permitted to remove the copyright at the bottom the page.
	Furtherwise you can modify it all the way you want!
	Bugreport and Support: phpmystats@willemvanleeuwen.nl
	Latest compiled version is 4.0.3
----------------------
   :: Install ::
----------------------
	Before installing PHPMyStats you have to do 2 things:
		- delete install.lock
		- give all files chmod 666 or 777.
	After this you can start install.php. If there where no errors during the install, PHPMyStats is installed succesfully.
	Now you can call up index.php.

	If there occur some errors, don't hesitate to mail: phpmystats@willemvanleeuwen.nl.
	
	To add a page to the stats, add the following files to the directory where the .php you want to add is in.
	- settings.inc.php (the version that's on your server after installing PHPMyStats)
	- count.php
	- user.php
	- plugins.js
	Then add the following to the page you want to add:
//
<?php
$_GET["pagina"] = "pagename";
include('count.php');
?>
//

-----------------------------
 :: Latest updates ::
-----------------------------
	- statspage are not included in counting
	- easier to add a page to the stats
	- bugfixes
------------------------------
   :: Requirements ::
------------------------------
	- PHP (Globals have to be turned on)
	- MySQL
--------------------------------------------
Thanks for using PHPMyStats